home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / BATCH.PAK / BATCH.REG < prev    next >
Encoding:
Windows Registry Data  |  1997-05-06  |  1.1 KB  |  25 lines

  1. REGEDIT
  2. ;#############################################################################
  3. ;#
  4. ;#   THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  5. ;#   KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  6. ;#   IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  7. ;#   PURPOSE.
  8. ;#
  9. ;#   Copyright (c) 1994 - 1995    Microsoft Corporation.    All Rights Reserved.
  10. ;#
  11. ;#############################################################################
  12. ; This .REG file may be used by your SETUP program.
  13. ;   If a SETUP program is not available, the entries below will be
  14. ;   registered in your InitInstance automatically with a call to
  15. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  16.  
  17. HKEY_CLASSES_ROOT\.BCF = Batch.Document.1
  18. HKEY_CLASSES_ROOT\Batch.Document.1\shell\open\command = BATCH.EXE %1
  19. HKEY_CLASSES_ROOT\Batch.Document.1\shell\open\ddeexec = [open("%1")]
  20. HKEY_CLASSES_ROOT\Batch.Document.1\shell\open\ddeexec\application = BATCH
  21.     ; note: the application is optional
  22.     ;  (it defaults to the app name in "command")
  23.  
  24. HKEY_CLASSES_ROOT\Batch.Document.1 = Batch Document
  25.